home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_gnats.idb / usr / freeware / lib / gnats / contrib / sql / crontab.z / crontab
Encoding:
Text File  |  1999-04-16  |  873 b   |  28 lines

  1. #
  2. # -------------------------------------------------------
  3. # I-gnats (informix gnats) --------------------------------
  4. # -------------------------------------------------------
  5. # --every day -------------------------------------------
  6. #
  7. 40 5 * * * /usr/unsupported/bin/Ignats.setup
  8. 58 5 * * * /usr/unsupported/bin/Ignats.summdy
  9. #
  10. # --every monday, must be in sequence -------------------
  11. #
  12. #   summarize state totals and write to history table
  13. 0 6 * * 1 /usr/unsupported/bin/Ignats.summwk
  14. #
  15. #   update buffered records for this week and last week
  16. 1 6 * * 1 /usr/unsupported/bin/Ignats.wkbuffs
  17. #
  18. #   report new bugs and state changes for past week
  19. 3 6 * * 1 /usr/unsupported/bin/Ignats.wkchng
  20. #
  21. #   reports for customers
  22. 5 6 * * 1 /usr/unsupported/bin/Ignats.cust
  23. #
  24. # --every first of month --------------------------------
  25. #
  26. 7 6 1 * * /usr/unsupported/bin/Ignats.summmn
  27. #
  28.